home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / HELP < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.2 KB  |  32 lines

  1. Usage: HELP [<command> [<subcommands>]]
  2.   Shows help on the given command.  The help documentation is 
  3.   set up in a hierarchical fashion.  That means that certain
  4.   help topics have sub-topics under them.  For example, doing
  5.     HELP ADMIN
  6.   gives help on the admin command, while:
  7.     HELP SET
  8.   gives help on the set command and also displays a list of
  9.   sub-topics for SET.  If you are using a help service, like
  10.   help_US or help_AU, then to get help on the subtopics, you would do:
  11.     HELP SET <subtopic>
  12.   where <subtopic> is one of the subtopics.  If you are using the 
  13.   built in help, then you need only type the subtopic name.  The
  14.   input prompt will indicate what help level you are on.  Hitting
  15.   return will move you up one level.  
  16.  
  17.   At any time, you can specify a ? to get a list of subtopics 
  18.   without the associated help file, for example:
  19.     HELP ?
  20.   gives a list of all main help topics.  The following:
  21.     HELP BIND ?
  22.   gives the list of all BIND subtopics.  If you use a ? with 
  23.   a topic that has no subtopics, you will simply get the 
  24.   standard help file for that topic.
  25.  
  26. Note:
  27.   Case is unimportant even when viewing the lower case
  28.   filenames such as 'newuser' or 'intro'.
  29.  
  30. See Also:
  31.   intro
  32.